home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / hpgn12.zip / HLPGEN.HPJ < prev    next >
Text File  |  1994-09-06  |  3KB  |  78 lines

  1. ;==============================================================
  2. ; Project File for HLPGEN.MAC
  3. ;
  4. ; Created by the HelpGen Help Generator, version 1.20
  5. ; Copyright ⌐ 1994 by Rimrock Software
  6. ; All rights reserved.
  7. ;==============================================================
  8. [OPTIONS]
  9. ; This section specifies various options that control how a help file
  10. ; is built. This is an optional section, but must be placed first if
  11. ; it is used. To enable one of the options, remove the semicolon from
  12. ; the beginning of the option and complete the option.
  13. ; BMROOT designates the directory used to store bitmap files, if they
  14. ; are not in the current directory. Syntax: BMROOT=D:\PATH
  15. ;BMROOT=
  16.  
  17. ; COMPRESS specifies what type of compression is used when building
  18. ; the help file.  Syntax: COMPRESS=xxx where xxx is 0 for no
  19. ; compression, Medium for 40% compression and High for 50%
  20. ; compression.
  21. COMPRESS=HIGH
  22.  
  23. ; COPYRIGHT adds a copyright message to the help file's About dialog
  24. ; box. It can be up to 35 characters in length. NOTE: for the copy-
  25. ; right symbol, use Alt-1-6-9.
  26. COPYRIGHT=⌐ 1994 Rimrock Software.
  27.  
  28. ; ERRORLOG will route all the help compiler's error messages to a
  29. ; file, instead of being displayed on the screen.
  30. ;  Syntax: ERRORLOG=D:\PATH\FILENAME.EXT
  31. ERRORLOG=ERRORLOG.TXT
  32.  
  33. ; ICON specifies the icon to be used when the help file is minimized.
  34. ; This will override the default question mark icon.
  35. ;  Syntax: ICON=D:\PATH\FILENAME.BMP
  36. ;ICON=
  37.  
  38. ; REPORT determines the type of error messages that are displayed
  39. ; during help file compilation.
  40. REPORT=ON
  41.  
  42. ; WARNING determines the level of error messages the help compiler
  43. ; displays during compilation. 1 is only the most severe, 2 is medium
  44. ; and 3 is all messages.
  45. WARNING=3
  46.  
  47. ; TITLE determines the text that appears on the help file title bar.
  48. TITLE=HelpGen Help
  49.  
  50. [FILES]
  51. ; This section specifies the topic files (RTF files) that are to be
  52. ; included in the help file.  Initally, there will be one file in this
  53. ; list.  Add new files as needed.
  54. HLPGEN.RTF
  55.  
  56. [BITMAPS]
  57. ; This section specifies bitmap files included in the help file. If
  58. ; your help file includes any bitmaps, they should be listed here,
  59. ; unless you've listed a path for them using BMROOT in the OPTIONS
  60. ; section.
  61.  
  62. [WINDOWS]
  63. ; This section controls the appearance of the main help window.  It is
  64. ; required if you want to customize the appearance of the help window.
  65. ; The following statement controls the size, color and position of the
  66. ; main help window.  Syntax is
  67. ;    main=caption,(horpos,verpos,width,height),state,bkgnd_color,
  68. ;             nonscrll_bkgnd,on_top
  69. ; bkgnd_color and nonscrll_bkgnd are RGB triplets in the form
  70. ; (Red,Green,Blue)
  71. ; If any fields are missing, the commas must still be there. The
  72. ; following line sets the non-scrolling background to a light green.
  73. main=,,0,,(0,128,64)
  74.  
  75.